Skip to content

Commit

Permalink
build: Update Python dependencies (#587)
Browse files Browse the repository at this point in the history
Co-authored-by: rdimitrov <[email protected]>
  • Loading branch information
github-actions[bot] and rdimitrov committed May 17, 2024
1 parent 7d8ae11 commit 78b24f3
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 27 deletions.
88 changes: 64 additions & 24 deletions Pipfile.lock

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

4 changes: 1 addition & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ coverage[toml]==7.5.1; python_version >= '3.8'
distlib==0.3.8
docutils==0.20.1; python_version >= '3.7'
editables==0.5; python_version >= '3.1'
exceptiongroup==1.2.1; python_version < '3.11'
execnet==2.1.1; python_version >= '3.8'
filelock==3.14.0; python_version >= '3.8'
flake8==7.0.0; python_full_version >= '3.8.1'
hatchling==0.22.0
identify==2.5.36; python_version >= '3.8'
idna==3.7; python_version >= '3.5'
imagesize==1.4.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
importlib-metadata==7.1.0; python_version < '3.10'
iniconfig==2.0.0; python_version >= '3.7'
isort==5.13.2; python_full_version >= '3.8.0'
jinja2==3.1.4; python_version >= '3.7'
Expand Down Expand Up @@ -72,10 +70,10 @@ types-requests==2.31.0.20240406; python_version >= '3.8'
typing-extensions==4.11.0; python_version >= '3.8'
urllib3==2.2.1; python_version >= '3.8'
virtualenv==20.26.2; python_version >= '3.7'
zipp==3.18.2; python_version >= '3.8'
auto-click-auto==0.1.4; python_version >= '3.7' and python_version < '4.0'
cffi==1.16.0; python_version >= '3.8'
dynaconf[yaml]==3.2.5; python_version >= '3.8'
greenlet==3.0.3; platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))
psycopg2==2.9.9; python_version >= '3.7'
pycparser==2.22; python_version >= '3.8'
pynacl==1.5.0; python_version >= '3.6'
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ cffi==1.16.0; python_version >= '3.8'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
dynaconf[yaml]==3.2.5; python_version >= '3.8'
greenlet==3.0.3; platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))
idna==3.7; python_version >= '3.5'
isort==5.13.2; python_full_version >= '3.8.0'
markdown-it-py==3.0.0; python_version >= '3.8'
Expand Down

0 comments on commit 78b24f3

Please sign in to comment.