Skip to content

Scheduled monthly dependency update for October #953

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

Closed
wants to merge 37 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
1d23a8b
Update mkdocs from 1.3.0 to 1.6.1
pyup-bot Oct 1, 2024
1296671
Update pymdown-extensions from 10.0.1 to 10.11.1
pyup-bot Oct 1, 2024
2dedbbf
Update mkdocs-material from 8.2.12 to 9.5.39
pyup-bot Oct 1, 2024
a3ad4f7
Update mkdocstrings from 0.18.1 to 0.26.1
pyup-bot Oct 1, 2024
5cb2b42
Update black from 22.3.0 to 24.8.0
pyup-bot Oct 1, 2024
b10dedb
Update wheel from 0.38.2 to 0.44.0
pyup-bot Oct 1, 2024
80ebc87
Update alembic from 1.7.7 to 1.13.3
pyup-bot Oct 1, 2024
f3e97c8
Update pyyaml from 6.0 to 6.0.2
pyup-bot Oct 1, 2024
a789ef6
Update psycopg2-binary from 2.9.3 to 2.9.9
pyup-bot Oct 1, 2024
7071269
Update python-dateutil from 2.8.2 to 2.9.0.post0
pyup-bot Oct 1, 2024
c66f2c9
Update boto3 from 1.22.4 to 1.35.30
pyup-bot Oct 1, 2024
1b528f2
Update click from 8.1.3 to 8.1.7
pyup-bot Oct 1, 2024
2093450
Update numpy from 1.22.3 to 2.1.1
pyup-bot Oct 1, 2024
b94acd3
Update retrying from 1.3.3 to 1.3.4
pyup-bot Oct 1, 2024
6f38085
Update dickens from 1.0.1 to 2.1.1
pyup-bot Oct 1, 2024
aaf22da
Update wrapt from 1.14.0 to 1.16.0
pyup-bot Oct 1, 2024
4ca6621
Update argcmdr from 0.7.0 to 1.1.0
pyup-bot Oct 1, 2024
000e168
Update sqlparse from 0.4.4 to 0.5.1
pyup-bot Oct 1, 2024
a442bbd
Update pebble from 4.6.3 to 5.0.7
pyup-bot Oct 1, 2024
670d947
Update adjusttext from 0.7.3 to 1.2.0
pyup-bot Oct 1, 2024
780d375
Update graphviz from 0.20 to 0.20.3
pyup-bot Oct 1, 2024
d21af81
Update requests from 2.31.0 to 2.32.3
pyup-bot Oct 1, 2024
2348941
Update scipy from 1.8.0 to 1.14.1
pyup-bot Oct 1, 2024
a85167e
Update scikit-learn from 1.0.2 to 1.5.2
pyup-bot Oct 1, 2024
b0d76cb
Update matplotlib from 3.5.1 to 3.9.2
pyup-bot Oct 1, 2024
ca75f6c
Update seaborn from 0.11.2 to 0.13.2
pyup-bot Oct 1, 2024
16e87bf
Update polars from 0.18.2 to 1.8.2
pyup-bot Oct 1, 2024
c520b83
Update pyarrow from 12.0.1 to 17.0.0
pyup-bot Oct 1, 2024
54cc087
Update aequitas from 0.42.0 to 1.0.0
pyup-bot Oct 1, 2024
28b1230
Update csvkit from 1.0.7 to 2.0.1
pyup-bot Oct 1, 2024
3072893
Update factory_boy from 3.2.1 to 3.3.1
pyup-bot Oct 1, 2024
d296b8c
Update pytest-cov from 3.0.0 to 5.0.0
pyup-bot Oct 1, 2024
66e1adb
Update moto from 3.1.7 to 5.0.16
pyup-bot Oct 1, 2024
4193ee2
Update fakeredis from 1.7.1 to 2.25.1
pyup-bot Oct 1, 2024
e004717
Update hypothesis from 6.46.1 to 6.112.2
pyup-bot Oct 1, 2024
ee666e2
Update flake8 from 4.0.1 to 7.1.1
pyup-bot Oct 1, 2024
6ce93f2
Update tox from 3.25.0 to 4.21.0
pyup-bot Oct 1, 2024
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
10 changes: 5 additions & 5 deletions requirement/dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r include/build.txt
bumpversion==0.6.0
mkdocs==1.3.0
pymdown-extensions==10.0.1
mkdocs-material==8.2.12
mkdocstrings==0.18.1
black==22.3.0
mkdocs==1.6.1
pymdown-extensions==10.11.1
mkdocs-material==9.5.39
mkdocstrings==0.26.1
black==24.8.0
2 changes: 1 addition & 1 deletion requirement/include/build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
wheel==0.38.2
wheel==0.44.0
2 changes: 1 addition & 1 deletion requirement/include/lint.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
flake8==4.0.1
flake8==7.1.1
2 changes: 1 addition & 1 deletion requirement/include/test-management.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
codecov==2.1.13
coverage>=4.4
tox==3.25.0
tox==4.21.0
46 changes: 23 additions & 23 deletions requirement/main.txt
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
alembic==1.7.7
alembic==1.13.3
SQLAlchemy==1.3.18 # pyup: ignore
PyYAML==6.0
psycopg2-binary==2.9.3
python-dateutil==2.8.2
boto3==1.22.4
click==8.1.3
PyYAML==6.0.2
psycopg2-binary==2.9.9
python-dateutil==2.9.0.post0
boto3==1.35.30
click==8.1.7
inflection==0.5.1
numpy==1.22.3
numpy==2.1.1
sqlalchemy-postgres-copy==0.5.0
retrying==1.3.3
Dickens==1.0.1
retrying==1.3.4
Dickens==2.1.1
signalled-timeout==1.0.0
wrapt==1.14.0
argcmdr==0.7.0
sqlparse==0.4.4
pebble==4.6.3
adjustText==0.7.3
graphviz==0.20
requests==2.31.0
wrapt==1.16.0
argcmdr==1.1.0
sqlparse==0.5.1
pebble==5.0.7
adjustText==1.2.0
graphviz==0.20.3
requests==2.32.3
coloredlogs==15.0.1
verboselogs==1.7
s3fs==0.4.2 # pyup: ignore
scipy==1.8.0
scikit-learn==1.0.2
matplotlib==3.5.1
scipy==1.14.1
scikit-learn==1.5.2
matplotlib==3.9.2
pandas==1.3.5 # pyup: ignore
seaborn==0.11.2
seaborn==0.13.2
ohio==0.5.0
polars==0.18.2
pyarrow==12.0.1
polars==1.8.2
pyarrow==17.0.0

aequitas==0.42.0
aequitas==1.0.0
12 changes: 6 additions & 6 deletions requirement/test.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
-r include/lint.txt
-r include/test-management.txt
parsedatetime==2.6
csvkit==1.0.7
factory_boy==3.2.1
csvkit==2.0.1
factory_boy==3.3.1
testing.postgresql==1.3.0
pytest==6.2.5 #<4.0.0 # pyup: ignore
pytest-cov==3.0.0
moto==3.1.7
fakeredis==1.7.1
hypothesis==6.46.1
pytest-cov==5.0.0
moto==5.0.16
fakeredis==2.25.1
hypothesis==6.112.2