Skip to content

Commit

Permalink
deps: 1.2.5 Dependency Bump (#868)
Browse files Browse the repository at this point in the history
* build(deps): bump whitenoise from 6.7.0 to 6.8.1 (#857)

* build(deps): bump whitenoise from 6.8.1 to 6.8.2 (#859)

* build(deps): bump faker from 30.8.1 to 30.8.2 (#860)

* build(deps): bump sentry-sdk from 2.17.0 to 2.18.0 (#861)

* build(deps): bump jedi from 0.19.1 to 0.19.2 (#864)

* build(deps): bump faker from 30.8.2 to 32.1.0 (#865)

* build(deps): bump faker from 32.1.0 to 33.0.0 (#866)

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
HappyNTH and dependabot[bot] authored Nov 19, 2024
1 parent 7eba8fb commit b635605
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ squareup>=9.0.0.20210226

#=== Logging ===#

sentry-sdk==2.17.0
whitenoise==6.7.0 # https://github.com/evansd/whitenoise
sentry-sdk==2.18.0
whitenoise==6.8.2 # https://github.com/evansd/whitenoise

#=== Email ===#
django-anymail[amazon_ses]==11.0.1 # https://github.com/anymail/django-anymail
Expand Down
4 changes: 2 additions & 2 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pytest-django >= 0.2.0
pytest-factoryboy >= 2.1.0
coveralls >= 3.0.1
factory-boy==3.3.1
faker==30.8.1; python_version >= '3.6'
faker==33.0.0; python_version >= '3.6'

# Unsure
jedi==0.19.1; python_version >= '3.6'
jedi==0.19.2; python_version >= '3.6'

0 comments on commit b635605

Please sign in to comment.