Skip to content

Commit

Permalink
chore: Update dependencies and add new packages
Browse files Browse the repository at this point in the history
Updated requirements.txt with the latest versions of black, certifi, charset-normalizer, click, idna, mypy-extensions, packaging, pathspec, platformdirs, urllib3, and removed the redundant requests entry.
  • Loading branch information
SHIINASAMA committed Sep 28, 2024
1 parent 3de398f commit 38c19db
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
black==24.8.0
certifi==2024.8.30
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
colorlog==6.8.2
gcovr==7.2
idna==3.10
Jinja2==3.1.4
lxml==5.2.1
MarkupSafe==2.1.5
mypy-extensions==1.0.0
packaging==24.1
pathspec==0.12.1
platformdirs==4.3.6
Pygments==2.17.2
PyYAML==6.0.1
requests==2.32.3
six==1.16.0
urllib3==2.2.3
websocket-client==1.7.0
requests==2.32.3

0 comments on commit 38c19db

Please sign in to comment.