Skip to content

Commit

Permalink
fix(build): update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bidaya0 committed Dec 29, 2022
1 parent 863a344 commit 72073b2
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 61 deletions.
107 changes: 54 additions & 53 deletions Pipfile.lock

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

16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ aliyun-python-sdk-core==2.13.36
aliyun-python-sdk-core-v3==2.13.33
aliyun-python-sdk-kms==2.16.0
amqp==5.1.1 ; python_version >= '3.6'
asgiref==3.5.2
asgiref==3.6.0
asyncio-gevent==0.2.1
attrs==22.1.0 ; python_version >= '3.5'
attrs==22.2.0 ; python_version >= '3.6'
billiard==3.6.4.0
boto3==1.24.59
boto3-stubs==1.24.72
Expand Down Expand Up @@ -68,12 +68,12 @@ kombu==5.2.4 ; python_version >= '3.7'
lxml==4.9.1
markuppy==1.14
markupsafe==2.1.1 ; python_version >= '3.7'
mock==4.0.3 ; python_version >= '3.6'
mock==5.0.0 ; python_version >= '3.6'
model-bakery==1.9.0 ; python_version >= '3'
mypy==0.961
mypy-extensions==0.4.3
mysqlclient==2.1.1
numpy==1.23.5 ; python_version >= '3.8'
numpy==1.24.1 ; python_version >= '3.8'
odfpy==1.4.1
openpyxl==3.0.9
oss2==2.13.1
Expand All @@ -88,7 +88,7 @@ pymysql==1.0.2
pyparsing==3.0.9 ; python_full_version >= '3.6.8'
pyre2==0.3.6
pyrsistent==0.19.1
python-crontab==2.6.0
python-crontab==2.7.1
python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-docx==0.8.11
python-json-logger==2.0.4
Expand All @@ -104,10 +104,10 @@ six==1.15.0
sqlparse==0.4.3 ; python_version >= '3.5'
tablib[html,ods,xls,xlsx,yaml]==3.3.0 ; python_version >= '3.7'
tomli==2.0.1 ; python_version >= '3.7'
types-awscrt==0.16.1 ; python_version >= '3.7' and python_version < '4.0'
types-awscrt==0.16.3 ; python_version >= '3.7' and python_version < '4.0'
types-markdown==3.4.2.1
types-pymysql==1.0.19
types-pytz==2022.6.0.1
types-pytz==2022.7.0.0
types-pyyaml==6.0.12.2
types-redis==4.3.20
types-requests==2.28.10
Expand All @@ -122,5 +122,5 @@ vine==5.0.0 ; python_version >= '3.6'
wcwidth==0.2.5
xlrd==2.0.1
xlwt==1.3.0
zope.event==4.5.0
zope.event==4.6
zope.interface==5.5.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'

0 comments on commit 72073b2

Please sign in to comment.