Skip to content

Commit

Permalink
Chore/Dependencies-2024-12-16 (#300)
Browse files Browse the repository at this point in the history
* Bump sqlparse from 0.5.2 to 0.5.3

Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.2 to 0.5.3.
- [Release notes](https://github.com/andialbrecht/sqlparse/releases)
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](andialbrecht/sqlparse@0.5.2...0.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump boto3 from 1.35.76 to 1.35.81

Bumps [boto3](https://github.com/boto/boto3) from 1.35.76 to 1.35.81.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.76...1.35.81)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump certifi from 2024.8.30 to 2024.12.14

Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.8.30 to 2024.12.14.
- [Commits](certifi/python-certifi@2024.08.30...2024.12.14)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
baarkerlounger and dependabot[bot] authored Dec 16, 2024
1 parent 90145e9 commit d9d8308
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ billiard==4.2.0
# via
# -r requirements.txt
# celery
boto3==1.35.76
boto3==1.35.81
# via -r requirements.txt
botocore==1.35.76
botocore==1.35.81
# via
# -r requirements.txt
# boto3
Expand All @@ -44,7 +44,7 @@ celery==5.4.0
# dbt-copilot-python
# django-celery-beat
# django-celery-results
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements.txt
# elastic-apm
Expand Down Expand Up @@ -427,7 +427,7 @@ six==1.16.0
# python-dateutil
smart-open==7.0.5
# via -r requirements.txt
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements.txt
# django
Expand Down
4 changes: 2 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ gunicorn
urllib3>=1.26.5
drf-spectacular==0.28.0

sqlparse==0.5.2
certifi==2024.8.30
sqlparse==0.5.3
certifi==2024.12.14
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ backoff==2.2.1
# opentelemetry-exporter-otlp-proto-http
billiard==4.2.0
# via celery
boto3==1.35.76
boto3==1.35.81
# via -r requirements.in
botocore==1.35.76
botocore==1.35.81
# via
# boto3
# s3transfer
Expand All @@ -34,7 +34,7 @@ celery==5.4.0
# dbt-copilot-python
# django-celery-beat
# django-celery-results
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements.in
# elastic-apm
Expand Down Expand Up @@ -248,7 +248,7 @@ six==1.16.0
# python-dateutil
smart-open==7.0.5
# via -r requirements.in
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements.in
# django
Expand Down

0 comments on commit d9d8308

Please sign in to comment.