Skip to content

Commit

Permalink
Update minimum versions for development dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtl1979 committed Nov 14, 2023
1 parent 0f30fb4 commit 0d347b5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ certifi = ">=2012.12.7"
flake8 = "*"
yapf = "*"
pip = ">=21.3"
pipenv = "*"
setuptools = ">=64"
pipenv = ">=9.0.1"
setuptools = ">=65.5.1"
pbr = "*"
10 changes: 5 additions & 5 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ munch==4.0.0
pymongo==4.6.0
pyyaml==6.0.1
requests==2.31.0
urllib3==2.0.7
urllib3==2.1.0
yarl==1.9.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ munch==4.0.0
pymongo==4.6.0
pyyaml==6.0.1
requests==2.31.0
urllib3==2.0.7
urllib3==2.1.0
yarl==1.9.2
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ skip_missing_interpreters = True
[testenv]
deps = pip>=21.3
pipenv>=9.0.1
setuptools>=64
setuptools>=65.5.1
yapf
usedevelop = True
envdir = {toxinidir}/.venv
Expand Down

0 comments on commit 0d347b5

Please sign in to comment.