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

Scheduled monthly dependency update for December #937

Closed
wants to merge 31 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
5b74ed9
Update mkdocs from 1.3.0 to 1.5.3
pyup-bot Dec 1, 2023
5ff2db6
Update pymdown-extensions from 10.0.1 to 10.5
pyup-bot Dec 1, 2023
b900573
Update mkdocs-material from 8.2.12 to 9.4.14
pyup-bot Dec 1, 2023
977d3a3
Update mkdocstrings from 0.18.1 to 0.24.0
pyup-bot Dec 1, 2023
b31131f
Update black from 22.3.0 to 23.11.0
pyup-bot Dec 1, 2023
8ff6d58
Update wheel from 0.38.2 to 0.42.0
pyup-bot Dec 1, 2023
e203aaf
Update alembic from 1.7.7 to 1.13.0
pyup-bot Dec 1, 2023
ddd45f2
Update pyyaml from 6.0 to 6.0.1
pyup-bot Dec 1, 2023
623c346
Update psycopg2-binary from 2.9.3 to 2.9.9
pyup-bot Dec 1, 2023
8e144de
Update boto3 from 1.22.4 to 1.33.5
pyup-bot Dec 1, 2023
ad46941
Update click from 8.1.3 to 8.1.7
pyup-bot Dec 1, 2023
f9db32b
Update numpy from 1.22.3 to 1.26.2
pyup-bot Dec 1, 2023
da9fcec
Update retrying from 1.3.3 to 1.3.4
pyup-bot Dec 1, 2023
df18654
Update dickens from 1.0.1 to 2.1.1
pyup-bot Dec 1, 2023
e8313d7
Update wrapt from 1.14.0 to 1.16.0
pyup-bot Dec 1, 2023
0409e8e
Update argcmdr from 0.7.0 to 1.0.1
pyup-bot Dec 1, 2023
59e27a2
Update pebble from 4.6.3 to 5.0.4
pyup-bot Dec 1, 2023
232cb40
Update adjusttext from 0.7.3 to 0.8
pyup-bot Dec 1, 2023
75ebb73
Update graphviz from 0.20 to 0.20.1
pyup-bot Dec 1, 2023
d758d40
Update scipy from 1.8.0 to 1.11.4
pyup-bot Dec 1, 2023
81cc247
Update scikit-learn from 1.0.2 to 1.3.2
pyup-bot Dec 1, 2023
93eb09f
Update matplotlib from 3.5.1 to 3.8.2
pyup-bot Dec 1, 2023
f7f0a6c
Update seaborn from 0.11.2 to 0.13.0
pyup-bot Dec 1, 2023
40354c8
Update csvkit from 1.0.7 to 1.3.0
pyup-bot Dec 1, 2023
98bc3b5
Update factory_boy from 3.2.1 to 3.3.0
pyup-bot Dec 1, 2023
0dc5273
Update pytest-cov from 3.0.0 to 4.1.0
pyup-bot Dec 1, 2023
4a09c88
Update moto from 3.1.7 to 4.2.10
pyup-bot Dec 1, 2023
a7623e7
Update fakeredis from 1.7.1 to 2.20.0
pyup-bot Dec 1, 2023
ac84808
Update hypothesis from 6.46.1 to 6.91.0
pyup-bot Dec 1, 2023
65eb475
Update flake8 from 4.0.1 to 6.1.0
pyup-bot Dec 1, 2023
7eddfa4
Update tox from 3.25.0 to 4.11.4
pyup-bot Dec 1, 2023
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.5.3
pymdown-extensions==10.5
mkdocs-material==9.4.14
mkdocstrings==0.24.0
black==23.11.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.42.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==6.1.0
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.11.4
34 changes: 17 additions & 17 deletions requirement/main.txt
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
alembic==1.7.7
alembic==1.13.0
SQLAlchemy==1.3.18 # pyup: ignore
PyYAML==6.0
psycopg2-binary==2.9.3
PyYAML==6.0.1
psycopg2-binary==2.9.9
python-dateutil==2.8.2
boto3==1.22.4
click==8.1.3
boto3==1.33.5
click==8.1.7
inflection==0.5.1
numpy==1.22.3
numpy==1.26.2
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
wrapt==1.16.0
argcmdr==1.0.1
sqlparse==0.4.4
pebble==4.6.3
adjustText==0.7.3
graphviz==0.20
pebble==5.0.4
adjustText==0.8
graphviz==0.20.1
requests==2.31.0
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.11.4
scikit-learn==1.3.2
matplotlib==3.8.2
pandas==1.3.5 # pyup: ignore
seaborn==0.11.2
seaborn==0.13.0
ohio==0.5.0


Expand Down
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==1.3.0
factory_boy==3.3.0
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==4.1.0
moto==4.2.10
fakeredis==2.20.0
hypothesis==6.91.0
Loading