Skip to content

Commit

Permalink
bump django version
Browse files Browse the repository at this point in the history
  • Loading branch information
QiYuTechDev authored Jul 6, 2022
1 parent 37ca798 commit 0cf1d20
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ asgiref==3.5.2; python_version >= "3.9" and python_version < "4.0"
async-timeout==4.0.2; python_version >= "3.9" and python_version < "4.0"
attrs==21.4.0; python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.9" and python_version < "4.0" and python_full_version >= "3.5.0"
certifi==2022.6.15; python_version >= "3.9" and python_version < "4"
cffi==1.15.0; python_version >= "3.9" and python_version < "4.0"
charset-normalizer==2.0.12; python_version >= "3.9" and python_version < "4.0" and python_full_version >= "3.5.0"
cryptography==37.0.3; python_version >= "3.9" and python_version < "4.0"
cffi==1.15.1; python_version >= "3.9" and python_version < "4.0"
charset-normalizer==2.1.0; python_version >= "3.9" and python_version < "4.0" and python_full_version >= "3.6.0"
cryptography==37.0.4; python_version >= "3.9" and python_version < "4.0"
dj-qiyu-tpl==0.6.9; python_version >= "3.9" and python_version < "4.0"
django-admin-env-notice==0.4
django-constance==2.9.0; python_version >= "3.6"
Expand All @@ -17,13 +17,13 @@ django-ninja==0.18.0; python_version >= "3.6"
django-picklefield==3.1; python_version >= "3"
django-qiyu-utils==0.4.2; python_version >= "3.9" and python_version < "4.0"
django-structlog==2.2.0
django==4.0.5; python_version >= "3.8"
django==4.0.6; python_version >= "3.8"
docutils==0.18.1; python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.9" and python_version < "4.0" and python_full_version >= "3.5.0"
frozenlist==1.3.0; python_version >= "3.9" and python_version < "4.0"
gunicorn==20.1.0; python_version >= "3.5"
idna==3.3; python_version >= "3.9" and python_version < "4"
multidict==6.0.2; python_version >= "3.9" and python_version < "4.0"
pillow==9.1.1; python_version >= "3.7"
pillow==9.2.0; python_version >= "3.7"
psycopg2-binary==2.9.3; python_version >= "3.6"
pycparser==2.21; python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.9" and python_version < "4.0" and python_full_version >= "3.4.0"
pydantic==1.9.1; python_full_version >= "3.6.1" and python_version >= "3.9" and python_version < "4.0"
Expand All @@ -33,11 +33,11 @@ pyjwt==2.4.0; python_version >= "3.9" and python_version < "4.0"
pytz-deprecation-shim==0.1.0.post0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.6"
pytz==2022.1
qiyu-api==0.7.6; python_version >= "3.9" and python_version < "4.0"
requests==2.28.0; python_version >= "3.9" and python_version < "4"
requests==2.28.1; python_version >= "3.9" and python_version < "4"
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4"
sqlparse==0.4.2; python_version >= "3.9" and python_version < "4.0"
structlog==21.5.0; python_version >= "3.9" and python_version < "4.0"
typing-extensions==4.2.0; python_full_version >= "3.6.1" and python_version >= "3.9" and python_version < "4.0"
typing-extensions==4.3.0; python_full_version >= "3.6.1" and python_version >= "3.9" and python_version < "4.0"
tzdata==2022.1; sys_platform == "win32" and python_version >= "3.9" and (python_version >= "3.6" and python_full_version < "3.0.0" and platform_system == "Windows" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.6" and platform_system == "Windows") and python_version < "4.0" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.6")
tzlocal==4.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.6"
urllib3==1.26.9; python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.9"
Expand Down

0 comments on commit 0cf1d20

Please sign in to comment.