Skip to content

Commit

Permalink
build: Update Python dependencies (#554)
Browse files Browse the repository at this point in the history
Co-authored-by: rdimitrov <[email protected]>
Co-authored-by: Martin Vrachev <[email protected]>
  • Loading branch information
3 people authored Apr 11, 2024
1 parent fd4c30e commit 6bbf1e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Pipfile.lock

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

4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ filelock==3.13.4; python_version >= '3.8'
flake8==7.0.0; python_full_version >= '3.8.1'
hatchling==0.22.0
identify==2.5.35; python_version >= '3.8'
idna==3.6; python_version >= '3.5'
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_full_version < '3.10.2'
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.3; python_version >= '3.7'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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.6; python_version >= '3.5'
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'
mdurl==0.1.2; python_version >= '3.7'
Expand Down

0 comments on commit 6bbf1e8

Please sign in to comment.