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 15 updates #307

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
flake8==7.1.1
flake8==7.1.2
flake8-noqa==1.4.0

mypy==1.14.1
mypy==1.15.0

boto3-stubs==1.35.92
boto3-stubs==1.36.21
lxml-stubs==0.5.1
types-PyMySQL==1.1.0.20241103
types-openpyxl==3.1.5.20241225
types-python-dateutil==2.9.0.20241206
types-pytz==2024.2.0.20241221
types-pytz==2025.1.0.20250204
types-regex==2024.11.6.20241221
types-simplejson==3.19.0.20241221
types-ujson==5.10.0.20240515
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
furo==2024.8.6
myst-parser==3.0.1 ; python_version <= "3.9"
myst-parser==4.0.0 ; python_version > "3.9"
myst-parser==4.0.1 ; python_version > "3.9"
sphinx==7.4.7 ; python_version <= "3.9"
sphinx==8.1.3 ; python_version > "3.9"
sphinx-autobuild==2024.10.3
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.47
ixbrl-viewer==1.4.59
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boto3==1.35.92
boto3==1.36.21
pytest==8.3.4

-r requirements.txt
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# core modules
certifi==2024.12.14
filelock==3.16.1
lxml==5.3.0
certifi==2025.1.31
filelock==3.17.0
lxml==5.3.1
OpenPyXL==3.1.5
pyparsing==3.2.1
regex==2024.11.6
isodate==0.7.2
aniso8601==9.0.1
aniso8601==10.0.0
CherryPy==18.10.0
Cheroot==10.0.1
python-dateutil==2.9.0.post0
pycountry==24.6.1
# plugins
# EDGAR plugins
NumPy==2.0.2 ; python_version <= "3.9"
NumPy==2.2.0 ; python_version > "3.9"
NumPy==2.2.3 ; python_version > "3.9"
Matplotlib==3.9.4 ; python_version <= "3.9"
Matplotlib==3.10.0 ; python_version > "3.9"
holidays==0.63
pytz==2024.2
holidays==0.66
pytz==2025.1
Tornado==6.4.2
# security plugin
PyCryptodome==3.21.0
Expand All @@ -27,7 +27,7 @@ cx_Oracle==8.3.0
pg8000==1.31.2
PyMySQL==1.1.1
pyodbc==5.2.0
RDFLib==7.1.1
RDFLib==7.1.3
# other
graphviz==0.20.3
Pillow==11.1.0
Expand Down
Loading