Skip to content

Commit 9fb2a6c

Browse files
Upgrade pip requirements (pyjanitor-devs#1041)
1 parent 9459f9a commit 9fb2a6c

12 files changed

+364
-449
lines changed

.requirements/all.txt

+160-204
Large diffs are not rendered by default.

.requirements/base.txt

+16-15
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,36 @@
22
# This file is autogenerated by pip-compile with python 3.9
33
# To update, run:
44
#
5-
# pip-compile ./.requirements/base.in
5+
# pip-compile .requirements/base.in
66
#
77
multipledispatch==0.6.0
8-
# via -r ./.requirements/base.in
9-
natsort==7.0.1
10-
# via -r ./.requirements/base.in
11-
numpy==1.19.2
8+
# via -r .requirements/base.in
9+
natsort==8.1.0
10+
# via -r .requirements/base.in
11+
numpy==1.22.3
1212
# via
1313
# pandas
1414
# scipy
1515
# xarray
16-
pandas==1.1.3
16+
packaging==21.3
17+
# via xarray
18+
pandas==1.4.1
1719
# via
1820
# pandas-flavor
1921
# xarray
2022
pandas-flavor==0.2.0
21-
# via -r ./.requirements/base.in
22-
python-dateutil==2.8.1
23+
# via -r .requirements/base.in
24+
pyparsing==3.0.7
25+
# via packaging
26+
python-dateutil==2.8.2
2327
# via pandas
24-
pytz==2020.1
28+
pytz==2021.3
2529
# via pandas
2630
scipy==1.8.0
27-
# via -r ./.requirements/base.in
28-
six==1.15.0
31+
# via -r .requirements/base.in
32+
six==1.16.0
2933
# via
3034
# multipledispatch
3135
# python-dateutil
32-
xarray==0.16.1
36+
xarray==2022.3.0
3337
# via pandas-flavor
34-
35-
# The following packages are considered to be unsafe in a requirements file:
36-
# setuptools

.requirements/biology.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# This file is autogenerated by pip-compile with python 3.9
33
# To update, run:
44
#
5-
# pip-compile ./.requirements/biology.in
5+
# pip-compile .requirements/biology.in
66
#
7-
biopython==1.78
8-
# via -r ./.requirements/biology.in
9-
numpy==1.19.2
7+
biopython==1.79
8+
# via -r .requirements/biology.in
9+
numpy==1.22.3
1010
# via biopython

.requirements/chemistry.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with python 3.9
33
# To update, run:
44
#
5-
# pip-compile ./.requirements/chemistry.in
5+
# pip-compile .requirements/chemistry.in
66
#
7-
tqdm==4.50.2
8-
# via -r ./.requirements/chemistry.in
7+
tqdm==4.63.0
8+
# via -r .requirements/chemistry.in

.requirements/dev.txt

+40-39
Original file line numberDiff line numberDiff line change
@@ -2,66 +2,67 @@
22
# This file is autogenerated by pip-compile with python 3.9
33
# To update, run:
44
#
5-
# pip-compile ./.requirements/dev.in
5+
# pip-compile .requirements/dev.in
66
#
7-
appdirs==1.4.4
8-
# via
9-
# black
10-
# virtualenv
11-
black==20.8b1
12-
# via -r ./.requirements/dev.in
13-
cfgv==3.2.0
7+
black==22.1.0
8+
# via -r .requirements/dev.in
9+
cfgv==3.3.1
1410
# via pre-commit
15-
click==7.1.2
11+
click==8.0.4
1612
# via
1713
# black
1814
# pip-tools
19-
darglint==1.5.5
20-
# via -r ./.requirements/dev.in
21-
distlib==0.3.1
15+
darglint==1.8.1
16+
# via -r .requirements/dev.in
17+
distlib==0.3.4
2218
# via virtualenv
23-
filelock==3.0.12
19+
filelock==3.6.0
2420
# via virtualenv
25-
flake8==3.8.4
26-
# via -r ./.requirements/dev.in
27-
identify==1.5.6
21+
flake8==4.0.1
22+
# via -r .requirements/dev.in
23+
identify==2.4.11
2824
# via pre-commit
29-
isort==5.6.4
30-
# via -r ./.requirements/dev.in
25+
isort==5.10.1
26+
# via -r .requirements/dev.in
3127
mccabe==0.6.1
3228
# via flake8
3329
mypy-extensions==0.4.3
3430
# via black
35-
nodeenv==1.5.0
31+
nodeenv==1.6.0
3632
# via pre-commit
37-
pathspec==0.8.0
33+
pathspec==0.9.0
3834
# via black
39-
pip-tools==5.3.1
40-
# via -r ./.requirements/dev.in
41-
pre-commit==2.7.1
42-
# via -r ./.requirements/dev.in
43-
pycodestyle==2.6.0
35+
pep517==0.12.0
36+
# via pip-tools
37+
pip-tools==6.5.1
38+
# via -r .requirements/dev.in
39+
platformdirs==2.5.1
40+
# via
41+
# black
42+
# virtualenv
43+
pre-commit==2.17.0
44+
# via -r .requirements/dev.in
45+
pycodestyle==2.8.0
4446
# via flake8
45-
pyflakes==2.2.0
47+
pyflakes==2.4.0
4648
# via flake8
47-
pyyaml==5.4
49+
pyyaml==6.0
4850
# via pre-commit
49-
regex==2020.10.15
50-
# via black
51-
six==1.15.0
52-
# via
53-
# pip-tools
54-
# virtualenv
55-
toml==0.10.1
51+
six==1.16.0
52+
# via virtualenv
53+
toml==0.10.2
54+
# via pre-commit
55+
tomli==2.0.1
5656
# via
5757
# black
58-
# pre-commit
59-
typed-ast==1.4.1
60-
# via black
61-
typing-extensions==3.7.4.3
58+
# pep517
59+
typing-extensions==4.1.1
6260
# via black
63-
virtualenv==20.0.35
61+
virtualenv==20.13.3
6462
# via pre-commit
63+
wheel==0.37.1
64+
# via pip-tools
6565

6666
# The following packages are considered to be unsafe in a requirements file:
6767
# pip
68+
# setuptools

.requirements/docs.in

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
sphinx
2-
nbsphinx>=0.4.2
3-
sphinxcontrib-fulltoc==1.2.0
4-
ipython
1+
mkdocs
2+
mkdocs-material
3+
mkdocstrings<0.18
4+
ipython>7.31.1
55
-r biology.in
66
-r chemistry.in
77
-r engineering.in

0 commit comments

Comments
 (0)