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 dependencies group across 1 directory with 14 updates #214

Closed
wants to merge 1 commit into from
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
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
flake8==7.0.0
flake8-noqa==1.4.0

mypy==1.9.0
pytest==8.1.1
mypy==1.10.0
pytest==8.2.0

typing-extensions==4.11.0
lxml-stubs==0.5.1
types-PyMySQL==1.1.0.1
types-PyMySQL==1.1.0.20240425
types-python-dateutil==2.9.0.20240316
types-pytz==2024.1.0.20240203
types-pytz==2024.1.0.20240417
types-simplejson==3.19.0.20240310
types-ujson==5.9.0.0
types-regex==2023.12.25.20240311
types-waitress==2.1.4.20240106
types-regex==2024.4.16.20240423
types-waitress==3.0.0.20240423

-r requirements.txt
4 changes: 2 additions & 2 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
furo==2024.1.29
myst-parser==2.0.0
furo==2024.4.27
myst-parser==3.0.1
sphinx==7.1.2 ; python_version <= "3.8"
sphinx==7.2.6 ; python_version > "3.8"
sphinx-autobuild==2021.3.14
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.22
ixbrl-viewer==1.4.26
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ certifi==2024.2.2
lxml==5.2.1
OpenPyXL==3.1.2
pyparsing==3.1.2
regex==2023.12.25
regex==2024.4.28
isodate==0.6.1
aniso8601==9.0.1
CherryPy==18.9.0
Cheroot==10.0.0
Cheroot==10.0.1
python-dateutil==2.9.0.post0
pycountry==23.12.11
# plugins
Expand All @@ -16,19 +16,19 @@ 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.46
holidays==0.47
pytz==2024.1
Tornado==6.4
# security plugin
PyCryptodome==3.20.0
# xbrlDB plugin
cx_Oracle==8.3.0
pg8000==1.31.1
pg8000==1.31.2
PyMySQL==1.1.0
pyodbc==5.1.0
RDFLib==7.0.0
# other
graphviz==0.20.3
Pillow==10.3.0
pywin32==306 ; sys_platform == "win32"
tinycss2==1.2.1
tinycss2==1.3.0
Loading