Skip to content

Bump greenlet from 2.0.2 to 3.0.3 #247

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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.0
# via pytest
filelock==3.12.2
# via virtualenv
flake8==4.0.1
Expand Down Expand Up @@ -73,7 +75,7 @@ gitdb==4.0.10
# via gitpython
gitpython==3.1.31
# via bandit
greenlet==2.0.2
greenlet==3.0.3
# via
# -r requirements.txt
# sqlalchemy
Expand Down Expand Up @@ -173,7 +175,14 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ certifi==2022.12.7
# via requests
charset-normalizer==2.1.1
# via requests
greenlet==2.0.2
greenlet==3.0.3
# via sqlalchemy
idna==3.4
# via requests
Expand Down
Loading