Skip to content

Commit

Permalink
Merge pull request #1864 from Bidaya0/update-deps
Browse files Browse the repository at this point in the history
build(deps):  fix deps .
  • Loading branch information
Bidaya0 committed Oct 9, 2023
2 parents d7cdcab + e686c07 commit 88ee678
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 127 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mysqlclient = "*"
python-docx = "==0.8.11"
requests = "==2.31.0"
six = "==1.15.0"
urllib3 = "==1.26.5"
urllib3 = "~=1.26.17"
xlwt = "==1.3.0"
pyre2 = "~=0.3.6"
celery = "==5.3.0rc1"
Expand All @@ -51,7 +51,7 @@ docxtpl = "==0.16.0"
docxcompose = "==1.3.4"
django-elasticsearch-dsl = "==7.2.2"
#asyncio-gevent = "==0.2.1"
gevent = "==22.10.2"
gevent = "~=23.9.0"
ddt = "==1.6.0"
boto3 = "==1.24.59"
mypy = "==1.0.1"
Expand All @@ -70,7 +70,7 @@ setuptools = "==65.5.1"
elasticsearch = "==7.17.7"
django-mock-queries = "==v2.1.7"
jsonschema = "==4.17.0"
pillow = "==9.3.0"
pillow = "~=10.0.1"
pyrsistent = "==0.19.1"
pytz = "==2022.6"
types-pyyaml = ">=6.0.12.2"
Expand Down
Loading

0 comments on commit 88ee678

Please sign in to comment.