Skip to content

Commit

Permalink
Bump sqlalchemy from 2.0.28 to 2.0.29
Browse files Browse the repository at this point in the history
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.28 to 2.0.29.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 466b295 commit a9cdfca
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pytz = "==2024.1"
s3transfer = "==0.4.2"
sendgrid = "==6.11.0"
six = "==1.16.0"
sqlalchemy = "==2.0.28"
sqlalchemy = "==2.0.29"
starkbank-ecdsa = "==2.2.0"
tatsu = "==5.8.3"
urllib3 = "==1.26.18"
Expand Down
102 changes: 51 additions & 51 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,30 +30,30 @@ markupsafe==2.1.5; python_version >= '3.7'
minizinc==0.9.0; python_version >= '3.7' and python_version < '4.0'
mysqlclient==2.2.4; python_version >= '3.8'
numpy==1.24.4; python_version >= '3.8'
packaging==24.0; python_version >= '3.7'
packaging==23.2; python_version >= '3.7'
pipenv==2023.12.1; python_version >= '3.8'
platformdirs==4.2.0; python_version >= '3.8'
pluggy==1.4.0; python_version >= '3.8'
pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyjwt==2.8.0; python_version >= '3.7'
pytest==8.1.1; python_version >= '3.8'
pytest==8.0.1; python_version >= '3.8'
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-dotenv==1.0.1; python_version >= '3.8'
python-editor==1.0.4
python-http-client==3.3.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytz==2024.1
s3transfer==0.4.2
sendgrid==6.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
setuptools==69.2.0; python_version >= '3.8'
setuptools==69.1.1; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlalchemy==2.0.28; python_version >= '3.7'
sqlalchemy==2.0.29; python_version >= '3.7'
starkbank-ecdsa==2.2.0
tatsu==5.8.3; python_version >= '3.8'
tomli==2.0.1; python_version < '3.11'
types-python-dateutil==2.9.0.20240316; python_version >= '3.8'
types-python-dateutil==2.8.19.20240106; python_version >= '3.8'
typing-extensions==4.10.0; python_version >= '3.8'
urllib3==1.26.18; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
virtualenv==20.25.1; python_version >= '3.7'
virtualenv-clone==0.5.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
werkzeug==3.0.1; python_version >= '3.8'
zipp==3.18.1; python_version >= '3.8'
zipp==3.17.0; python_version >= '3.8'

0 comments on commit a9cdfca

Please sign in to comment.