Skip to content

Commit

Permalink
deps: Periodic Dependency Update (#831)
Browse files Browse the repository at this point in the history
* build(deps): bump faker from 28.4.1 to 29.0.0 (#815)

* build(deps): bump faker from 29.0.0 to 30.0.0

Bumps [faker](https://github.com/joke2k/faker) from 29.0.0 to 30.0.0.
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v29.0.0...v30.0.0)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump redis from 5.0.8 to 5.1.0

Bumps [redis](https://github.com/redis/redis-py) from 5.0.8 to 5.1.0.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.0.8...v5.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump timezonefinder from 6.5.2 to 6.5.3

Bumps [timezonefinder](https://github.com/jannikmi/timezonefinder) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/jannikmi/timezonefinder/releases)
- [Changelog](https://github.com/jannikmi/timezonefinder/blob/master/CHANGELOG.rst)
- [Commits](jannikmi/timezonefinder@6.5.2...6.5.3)

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

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump sentry-sdk from 2.14.0 to 2.15.0 (#821)

* build(deps): bump faker from 30.0.0 to 30.1.0 (#819)

* build(deps): bump types-python-dateutil (#824)

* build(deps): bump types-pytz in the pytz group (#823)

* build(deps): bump redis from 5.1.0 to 5.1.1 (#825)

Bumps [redis](https://github.com/redis/redis-py) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.1.0...v5.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump faker from 30.1.0 to 30.3.0 (#826)

* build(deps): bump sentry-sdk from 2.15.0 to 2.16.0 (#828)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
HappyNTH and dependabot[bot] committed Oct 9, 2024
1 parent 852aada commit 840024a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,18 @@ squareup>=9.0.0.20210226

#=== Logging ===#

sentry-sdk==2.14.0
sentry-sdk==2.16.0
whitenoise==6.7.0 # https://github.com/evansd/whitenoise

#=== Email ===#
django-anymail[amazon_ses]==11.0.1 # https://github.com/anymail/django-anymail
django-inlinecss==0.3.0

#=== Timezones ===#
timezonefinder==6.5.2
timezonefinder==6.5.3
pytz==2024.2
types-pytz==2024.2.0.20240913
types-pytz==2024.2.0.20241003

#=== Task Queue ===#
django-celery-results==2.5.1
redis==5.0.8
redis==5.1.1
4 changes: 2 additions & 2 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pylint >= 3.3.1 # Linting
# mypy stuff
mypy >= 1.11.2 # Type checking
django-stubs >= 5.0.2
types-python-dateutil==2.9.0.20240906
types-python-dateutil==2.9.0.20241003
types-requests==2.32.0.20240914

# testing
Expand All @@ -23,7 +23,7 @@ pytest-django >= 0.2.0
pytest-factoryboy >= 2.1.0
coveralls >= 3.0.1
factory-boy==3.3.1
faker==28.4.1; python_version >= '3.6'
faker==30.3.0; python_version >= '3.6'

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

0 comments on commit 840024a

Please sign in to comment.