Skip to content

Commit

Permalink
Merge pull request #337 from openedx/feanil/update_pymongo
Browse files Browse the repository at this point in the history
feanil/update pymongo
  • Loading branch information
feanil authored Jan 9, 2025
2 parents 4287713 + 173fce5 commit e08b3c4
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
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__ = '3.0.0'
__version__ = '3.0.1'
3 changes: 1 addition & 2 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
-c constraints.txt

django
# https://pymongo.readthedocs.io/en/4.4.0/migrate-to-pymongo4.html#son-items-now-returns-dict-items-object
pymongo>=4.0.0,<4.4.1
pymongo>=4.0.0
pytz
six
celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ psutil==6.1.1
# via edx-django-utils
pycparser==2.22
# via cffi
pymongo==4.4.0
pymongo==4.10.1
# via
# -r requirements/base.in
# edx-opaque-keys
Expand Down
8 changes: 5 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.4.0
pymongo==4.10.1
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down Expand Up @@ -358,8 +358,10 @@ tzdata==2024.2
# -r requirements/test.txt
# celery
# kombu
urllib3==2.3.0
# via requests
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests
vine==5.1.0
# via
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.7.0
setuptools==75.8.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.4.0
pymongo==4.10.1
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down

0 comments on commit e08b3c4

Please sign in to comment.