Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the python-dependencies group across 1 directory with 19 updates #253

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
boto3==1.34.153
boto3==1.35.34
flake8==7.1.1
flake8-noqa==1.4.0

mypy==1.11.1
pytest==8.3.2
mypy==1.11.2
pytest==8.3.3

boto3-stubs==1.34.153
boto3-stubs==1.35.34
typing-extensions==4.12.2
lxml-stubs==0.5.1
types-PyMySQL==1.1.0.20240524
types-python-dateutil==2.9.0.20240316
types-pytz==2024.1.0.20240417
types-python-dateutil==2.9.0.20241003
types-pytz==2024.2.0.20241003
types-simplejson==3.19.0.20240801
types-ujson==5.10.0.20240515
types-regex==2024.7.24.20240726
types-waitress==3.0.0.20240423
types-regex==2024.9.11.20240912
types-waitress==3.0.0.20241001

-r requirements.txt
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
furo==2024.7.18
furo==2024.8.6
myst-parser==3.0.1
sphinx==7.1.2 ; python_version <= "3.8"
sphinx==7.2.6 ; python_version > "3.8"
Expand Down
2 changes: 1 addition & 1 deletion requirements-plugins.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ixbrl-viewer==1.4.30
ixbrl-viewer==1.4.36
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# core modules
certifi==2024.7.4
filelock==3.15.4
lxml==5.2.2
certifi==2024.8.30
filelock==3.16.1
lxml==5.3.0
OpenPyXL==3.1.5
pyparsing==3.1.2
regex==2024.7.24
pyparsing==3.1.4
regex==2024.9.11
isodate==0.6.1
aniso8601==9.0.1
CherryPy==18.10.0
Expand All @@ -17,11 +17,11 @@ NumPy==1.24.4 ; python_version <= "3.8"
NumPy==1.26.2 ; python_version > "3.8"
Matplotlib==3.7.4 ; python_version <= "3.8"
Matplotlib==3.8.2 ; python_version > "3.8"
holidays==0.53
pytz==2024.1
holidays==0.57
pytz==2024.2
Tornado==6.4.1
# security plugin
PyCryptodome==3.20.0
PyCryptodome==3.21.0
# xbrlDB plugin
cx_Oracle==8.3.0
pg8000==1.31.2
Expand All @@ -31,5 +31,5 @@ RDFLib==7.0.0
# other
graphviz==0.20.3
Pillow==10.4.0
pywin32==306 ; sys_platform == "win32"
pywin32==307 ; sys_platform == "win32"
tinycss2==1.3.0
Loading