Skip to content

Commit

Permalink
chore: removing pymongo as dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Apr 25, 2024
1 parent 54bc16b commit 51cac69
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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__ = '2.5.0'
__version__ = '2.4.1'
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
django
pytz
six
celery
celery<5.4.0
edx-django-utils
openedx-events>=9.5.1
edx-toggles
2 changes: 1 addition & 1 deletion 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.4.0
celery==5.3.6
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery53.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
amqp==5.2.0
billiard==4.2.0
celery==5.4.0
celery==5.3.6
click==8.1.7
click-didyoumean==0.3.1
click-repl==0.3.0
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0
celery==5.3.6
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand Down

0 comments on commit 51cac69

Please sign in to comment.