Skip to content

Commit

Permalink
chore(deps): update development dependencies (non-major) (#4696)
Browse files Browse the repository at this point in the history
Signed-off-by: Callahan Kovacs <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Callahan Kovacs <[email protected]>
  • Loading branch information
renovate[bot] and mr-cal authored Apr 9, 2024
1 parent 6eb812d commit 542fd67
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spdx==2.5.1
spdx-lookup==0.3.3
sphinxcontrib-details-directive==0.1.0
tabulate==0.8.10
types-Deprecated==1.2.9.2
types-Deprecated==1.2.9.20240311
typing_extensions==4.5.0
wadllib==1.3.6
wrapt==1.15.0
Expand Down
12 changes: 6 additions & 6 deletions requirements-devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ toml==0.10.2
tomlkit==0.12.4
tox==4.11.4
translationstring==1.4
types-Deprecated==1.2.9.3
types-PyYAML==6.0.12.12
types-Deprecated==1.2.9.20240311
types-PyYAML==6.0.12.20240311
types-requests==2.31.0.6
types-setuptools==69.0.0.0
types-simplejson==3.19.0.2
types-tabulate==0.9.0.3
types-toml==0.10.8.7
types-setuptools==69.2.0.20240317
types-simplejson==3.19.0.20240310
types-tabulate==0.9.0.20240106
types-toml==0.10.8.20240310
types-urllib3==1.26.25.14
typing_extensions==4.9.0
urllib3==1.26.18
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ snap-helpers==0.4.2
tabulate==0.9.0
tinydb==4.8.0
toml==0.10.2
types-Deprecated==1.2.9.3
types-PyYAML==6.0.12.12
types-Deprecated==1.2.9.20240311
types-PyYAML==6.0.12.20240311
typing_extensions==4.9.0
urllib3==1.26.18
wadllib==1.3.6
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ def recursive_data_files(directory, install_directory):
"pytest-subprocess",
"tox>=4.5",
"types-PyYAML",
"types-requests",
# types-requests>=2.31.0.7 requires urllib3>=2
"types-requests==2.31.0.6",
"types-setuptools",
"types-simplejson",
"types-tabulate",
Expand Down

0 comments on commit 542fd67

Please sign in to comment.