Skip to content

Commit

Permalink
chore: bump dependencies (DEV-815) (#184)
Browse files Browse the repository at this point in the history
* pipenv update
* make freeze-requirements
* pin pyparsing==2.4.7 (can be unpinned in the future, as it is only a sub-dependency)
  • Loading branch information
jnussbaum committed Apr 25, 2022
1 parent 407f5c5 commit 5d2d109
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 95 deletions.
1 change: 1 addition & 0 deletions Pipfile
Expand Up @@ -15,6 +15,7 @@ click = "*"
rfc3987 = "*"
pystrict = "*"
openpyxl = "*"
pyparsing = "==2.4.7"

[dev-packages]
mkdocs = "*"
Expand Down
148 changes: 74 additions & 74 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions dev-requirements.txt
Expand Up @@ -13,7 +13,7 @@ cerberus==1.3.4
certifi==2021.10.8
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
charset-normalizer==2.0.12; python_version >= '3'
click==8.1.1
click==8.1.2
colorama==0.4.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
distlib==0.3.4
ghp-import==2.0.2
Expand All @@ -26,42 +26,42 @@ markupsafe==2.1.1; python_version >= '3.7'
mergedeep==1.3.4; python_version >= '3.6'
mkdocs-include-markdown-plugin==3.3.0
mkdocs-material-extensions==1.0.3; python_version >= '3.6'
mkdocs-material==8.2.8
mkdocs-material==8.2.11
mkdocs==1.3.0
mypy-extensions==0.4.3
mypy==0.942
numpy==1.22.3; python_version < '3.10' and platform_machine != 'aarch64' and platform_machine != 'arm64'
numpy==1.22.3; platform_machine != 'aarch64' and platform_machine != 'arm64' and python_version < '3.10'
orderedmultidict==1.0.1
packaging==20.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pandas==1.4.1
pandas==1.4.2
pep517==0.12.0
pip-shims==0.7.0; python_version >= '3.6'
pip==22.0.4; python_version >= '3.7'
pipenv-setup==3.2.0
pipfile==0.0.2
platformdirs==2.5.1; python_version >= '3.7'
platformdirs==2.5.2; python_version >= '3.7'
plette[validation]==0.2.3; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
pluggy==1.0.0; python_version >= '3.6'
py==1.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pycodestyle==2.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pygments==2.11.2; python_version >= '3.5'
pymdown-extensions==9.3; python_version >= '3.7'
pyparsing==3.0.7; python_version >= '3.6'
pytest==7.1.1
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyparsing==2.4.7
pytest==7.1.2
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
pytz==2022.1
pyyaml-env-tag==0.1; python_version >= '3.6'
pyyaml==6.0; python_version >= '3.6'
requests==2.27.1
requirementslib==1.6.1; python_version >= '3.6'
setuptools==61.2.0; python_version >= '3.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
requirementslib==1.6.4; python_version >= '3.7'
setuptools==62.1.0; python_version >= '3.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
tomli==2.0.1; python_version >= '3.7'
tomlkit==0.10.1; python_version >= '3.6' and python_version < '4'
typing-extensions==4.1.1; python_version >= '3.6'
tomlkit==0.10.2; python_version >= '3.6' and python_version < '4'
typing-extensions==4.2.0; python_version >= '3.7'
urllib3==1.26.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
vistir==0.5.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
watchdog==2.1.7; python_version >= '3.6'
wheel==0.37.1
zipp==3.7.0; python_version >= '3.7'
zipp==3.8.0; python_version >= '3.7'

0 comments on commit 5d2d109

Please sign in to comment.