Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump types-setuptools from 65.5.0.2 to 69.5.0.20240519 #255

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ coverage[toml]==6.3.2
# via pytest-cov
distlib==0.3.6
# via virtualenv
exceptiongroup==1.2.1
# via pytest
filelock==3.12.2
# via virtualenv
flake8==4.0.1
Expand Down Expand Up @@ -173,10 +175,17 @@ sqlalchemy2-stubs==0.0.2a31
stevedore==5.1.0
# via bandit
tomli==2.0.1
# via coverage
# via
# black
# build
# coverage
# flake8-black
# mypy
# pyproject-hooks
# pytest
types-pyyaml==6.0.12.10
# via responses
types-setuptools==65.5.0.2
types-setuptools==69.5.0.20240519
# via -r requirements-dev.in
typing-extensions==4.6.3
# via
Expand Down
Loading