Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #285

Open
wants to merge 7 commits into
base: removing-pymongo-pin
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eventtracking/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""A simple event tracking library"""

__version__ = '2.4.0'
__version__ = '2.5.0'
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-c constraints.txt

django
pymongo>=2.7.2,<4.0.0
pymongo>=2.7.2,<5.0.0
pytz
six
celery
Expand Down
16 changes: 8 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# kombu
billiard==4.2.0
# via celery
celery==5.3.6
celery==5.4.0
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand All @@ -38,7 +38,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==1.7.0
code-annotations==1.8.0
# via edx-toggles
django==4.2.11
# via
Expand All @@ -62,21 +62,21 @@ edx-django-utils==5.12.0
# -r requirements/base.in
# edx-toggles
# openedx-events
edx-opaque-keys[django]==2.5.1
edx-opaque-keys[django]==2.8.0
# via openedx-events
edx-toggles==5.2.0
# via -r requirements/base.in
fastavro==1.9.4
# via openedx-events
jinja2==3.1.3
# via code-annotations
kombu==5.3.6
kombu==5.3.7
# via celery
markupsafe==2.1.5
# via jinja2
newrelic==9.8.0
newrelic==9.9.0
# via edx-django-utils
openedx-events==9.6.0
openedx-events==9.9.2
# via -r requirements/base.in
pbr==6.0.0
# via stevedore
Expand Down Expand Up @@ -104,7 +104,7 @@ six==1.16.0
# via
# -r requirements/base.in
# python-dateutil
sqlparse==0.4.4
sqlparse==0.5.0
# via django
stevedore==5.2.0
# via
Expand All @@ -113,7 +113,7 @@ stevedore==5.2.0
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# asgiref
# edx-opaque-keys
Expand Down
4 changes: 2 additions & 2 deletions requirements/celery53.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
amqp==5.2.0
billiard==4.2.0
celery==5.3.6
celery==5.4.0
click==8.1.7
click-didyoumean==0.3.1
click-repl==0.3.0
kombu==5.3.6
kombu==5.3.7
prompt-toolkit==3.0.43
vine==5.1.0
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.4.4
coverage==7.5.0
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
filelock==3.13.3
filelock==3.13.4
# via
# tox
# virtualenv
packaging==24.0
# via
# pyproject-api
# tox
platformdirs==4.2.0
platformdirs==4.2.1
# via
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via tox
pyproject-api==1.6.1
# via tox
Expand All @@ -36,5 +36,5 @@ tomli==2.0.1
# tox
tox==4.14.2
# via -r requirements/ci.in
virtualenv==20.25.1
virtualenv==20.26.0
# via tox
30 changes: 15 additions & 15 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cachetools==5.3.3
# via
# -r requirements/ci.txt
# tox
celery==5.3.6
celery==5.4.0
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -89,7 +89,7 @@ click-repl==0.3.0
# via
# -r requirements/test.txt
# celery
code-annotations==1.7.0
code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -98,7 +98,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.4.4
coverage[toml]==7.5.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -143,26 +143,26 @@ edx-lint==5.3.6
# via
# -r requirements/dev.in
# -r requirements/test.txt
edx-opaque-keys[django]==2.5.1
edx-opaque-keys[django]==2.8.0
# via
# -r requirements/test.txt
# openedx-events
edx-toggles==5.2.0
# via -r requirements/test.txt
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
fastavro==1.9.4
# via
# -r requirements/test.txt
# openedx-events
filelock==3.13.3
filelock==3.13.4
# via
# -r requirements/ci.txt
# tox
# virtualenv
idna==3.6
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
Expand All @@ -185,7 +185,7 @@ jinja2==3.1.3
# -r requirements/test.txt
# code-annotations
# sphinx
kombu==5.3.6
kombu==5.3.7
# via
# -r requirements/test.txt
# celery
Expand All @@ -199,11 +199,11 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/test.txt
newrelic==9.8.0
newrelic==9.9.0
# via
# -r requirements/test.txt
# edx-django-utils
openedx-events==9.6.0
openedx-events==9.9.2
# via -r requirements/test.txt
packaging==24.0
# via
Expand All @@ -223,14 +223,14 @@ pip-tools==7.4.1
# via
# -r requirements/dev.in
# -r requirements/pip-tools.txt
platformdirs==4.2.0
platformdirs==4.2.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# pylint
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -336,7 +336,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -371,7 +371,7 @@ tox==4.14.2
# via
# -r requirements/ci.txt
# -r requirements/dev.in
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/test.txt
# asgiref
Expand All @@ -392,7 +392,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.25.1
virtualenv==20.26.0
# via
# -r requirements/ci.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.2.0
setuptools==69.5.1
# via -r requirements/pip.in
20 changes: 10 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ click-plugins==1.1.1
# via
# -r requirements/base.txt
# celery
code-annotations==1.7.0
code-annotations==1.8.0
# via
# -r requirements/base.txt
# edx-lint
# edx-toggles
coverage[toml]==7.4.4
coverage[toml]==7.5.0
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -94,13 +94,13 @@ edx-django-utils==5.12.0
# openedx-events
edx-lint==5.3.6
# via -r requirements/test.in
edx-opaque-keys[django]==2.5.1
edx-opaque-keys[django]==2.8.0
# via
# -r requirements/base.txt
# openedx-events
edx-toggles==5.2.0
# via -r requirements/base.txt
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
fastavro==1.9.4
# via
Expand All @@ -125,21 +125,21 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
newrelic==9.8.0
newrelic==9.9.0
# via
# -r requirements/base.txt
# edx-django-utils
openedx-events==9.6.0
openedx-events==9.9.2
# via -r requirements/base.txt
packaging==24.0
# via pytest
pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
platformdirs==4.2.0
platformdirs==4.2.1
# via pylint
pluggy==1.4.0
pluggy==1.5.0
# via pytest
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -199,7 +199,7 @@ six==1.16.0
# -r requirements/base.txt
# edx-lint
# python-dateutil
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/base.txt
# django
Expand All @@ -220,7 +220,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.4
# via pylint
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/base.txt
# asgiref
Expand Down
Loading