Skip to content

Commit

Permalink
poetry lock
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Jan 10, 2025
1 parent eb84639 commit 155e95d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"smartmin (==5.1.1)",
"celery (>=5.4.0,<5.5.0)",
"redis (>=5.2.0,<5.3.0)",
"boto3 (>=1.35.54)",
"boto3 (>=1.35.54,<1.36.0)",
"cryptography (>=43.0.3,<43.1.0)",
"vonage (==3.17.4)",
"pyotp (==2.4.1)",
Expand All @@ -34,9 +34,9 @@ dependencies = [
"gunicorn (>=22.0.0,<22.1.0)",
"iptools (>=0.7.0,<0.8.0)",
"iso8601 (>=0.1.16,<0.2.0)",
"phonenumbers (>=8.13.49)",
"phonenumbers (>=8.13.49,<8.14.0)",
"pycountry (>=22.3.5,<22.4.0)",
"python-dateutil (>=2.9.0)",
"python-dateutil (>=2.9.0,<2.10.0)",
"packaging (>=22.0,<22.1)",
"requests-toolbelt (>=1.0.0,<1.1.0)",
"chardet (>=4.0.0,<4.1.0)",
Expand All @@ -45,7 +45,7 @@ dependencies = [
"slack-sdk (==3.17.0)",
"django-formtools (>=2.4.1,<2.5.0)",
"pillow (>=10.4.0,<10.5.0)",
"django-imagekit (>=5.0.0,<6.0.0)",
"django-imagekit (>=5.0.0,<5.1.0)",
"iso639-lang (>=2.2.3,<2.3.0)",
"google-auth (>=2.30.0,<2.31.0)",

Expand Down

0 comments on commit 155e95d

Please sign in to comment.