Skip to content

Commit

Permalink
Bump types-requests from 2.31.0.6 to 2.31.0.10
Browse files Browse the repository at this point in the history
Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.6 to 2.31.0.10.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 22, 2023
1 parent 4d3b774 commit be5c273
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions dev_requirements/requirements-type_check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# pip-compile '.\requirements-type_check.in'
#
iniconfig==2.0.0
# via pytest
mypy==1.5.1
# via -r dev_requirements/requirements-type_check.in
mypy-extensions==1.0.0
Expand All @@ -12,19 +14,31 @@ networkx==3.1
# via networkx-stubs
networkx-stubs==0.0.1
# via -r dev_requirements/requirements-type_check.in
numpy==1.26.2
# via pandas
packaging==22.0
# via pytest
pandas==2.1.4
# via -r dev_requirements/requirements-type_check.in
pandas-stubs==2.0.1.230501
# via -r dev_requirements/requirements-type_check.in
pluggy==1.3.0
# via pytest
pytest==7.4.2
# via -r dev_requirements/requirements-type_check.in
types-requests==2.31.0.6
python-dateutil==2.8.2
# via pandas
pytz==2023.3.post1
# via pandas
six==1.16.0
# via python-dateutil
types-pytz==2023.3.1.1
# via pandas-stubs
types-requests==2.31.0.10
# via -r dev_requirements/requirements-type_check.in
types-urllib3==1.26.25.14
# via types-requests
typing-extensions==4.8.0
# via mypy
pandas==2.1.4
# via -r dev_requirements/requirements-type_check.in
pandas-stubs==2.0.1.230501
# via -r dev_requirements/requirements-type_check.in
tzdata==2023.3
# via pandas
urllib3==2.1.0
# via types-requests

0 comments on commit be5c273

Please sign in to comment.