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 shillelagh from 1.1.5 to 1.2.7 #233

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
9 changes: 6 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@ gitdb==4.0.9
# via gitpython
gitpython==3.1.31
# via bandit
greenlet==2.0.1
greenlet==2.0.2
# via
# -r requirements.txt
# shillelagh
# sqlalchemy
identify==2.5.24
# via pre-commit
Expand Down Expand Up @@ -105,9 +106,11 @@ nodeenv==1.8.0
# via pre-commit
packaging==23.1
# via
# -r requirements.txt
# black
# build
# pytest
# shillelagh
pathspec==0.9.0
# via black
pbr==5.11.1
Expand Down Expand Up @@ -151,15 +154,15 @@ pyyaml==6.0
# bandit
# pre-commit
# responses
requests==2.28.1
requests==2.31.0
# via
# -r requirements.txt
# pyairtable
# responses
# shillelagh
responses==0.23.1
# via -r requirements-dev.in
shillelagh==1.1.5
shillelagh==1.2.7
# via -r requirements.txt
six==1.16.0
# via
Expand Down
12 changes: 8 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,23 @@ certifi==2022.12.7
# via requests
charset-normalizer==2.1.1
# via requests
greenlet==2.0.1
# via sqlalchemy
greenlet==2.0.2
# via
# shillelagh
# sqlalchemy
idna==3.4
# via requests
packaging==23.1
# via shillelagh
pyairtable==1.3.0
# via -r requirements.in
python-dateutil==2.8.2
# via shillelagh
requests==2.28.1
requests==2.31.0
# via
# pyairtable
# shillelagh
shillelagh==1.1.5
shillelagh==1.2.7
# via -r requirements.in
six==1.16.0
# via python-dateutil
Expand Down