Skip to content

Commit

Permalink
Update celery versions (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyandika authored Oct 1, 2024
1 parent 53f36f0 commit d60df09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ __pycache__/
# C extensions
*.so

# IDEA
.idea/

# Distribution / packaging
.Python
build/
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ amqp==5.1.1
asgiref==3.5.2
async-timeout==4.0.2
attrs==22.2.0
billiard==3.6.4.0
billiard==4.2.1
black==22.12.0
boto3==1.26.84
botocore==1.29.84
celery==5.2.7
celery==5.4.0
click==8.1.3
click-didyoumean==0.3.0
click-plugins==1.1.1
Expand All @@ -32,7 +32,7 @@ exceptiongroup==1.1.0
gunicorn==20.1.0
iniconfig==2.0.0
jmespath==1.0.1
kombu==5.2.4
kombu==5.4.2
model-bakery==1.9.0
mypy-extensions==0.4.3
packaging==23.0
Expand All @@ -53,8 +53,8 @@ s3transfer==0.6.0
six==1.16.0
sqlparse==0.4.3
tomli==2.0.1
tzdata==2022.6
tzdata==2024.2
urllib3==1.26.14
vine==5.0.0
vine==5.1.0
wcwidth==0.2.6
whitenoise==6.4.0

0 comments on commit d60df09

Please sign in to comment.