Skip to content

Commit

Permalink
Bump pytz from 2024.1 to 2024.2
Browse files Browse the repository at this point in the history
Bumps [pytz](https://github.com/stub42/pytz) from 2024.1 to 2024.2.
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](stub42/pytz@release_2024.1...release_2024.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcospri committed Sep 18, 2024
1 parent cbfe03c commit d9e2bad
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ python-dateutil==2.9.0.post0
# faker
python-slugify==8.0.4
# via -r requirements/prod.txt
pytz==2024.1
pytz==2024.2
# via -r requirements/prod.txt
referencing==0.32.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ python-dateutil==2.9.0.post0
# faker
python-slugify==8.0.4
# via -r requirements/prod.txt
pytz==2024.1
pytz==2024.2
# via -r requirements/prod.txt
referencing==0.32.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ python-slugify==8.0.4
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
pytz==2024.1
pytz==2024.2
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ python-dateutil==2.9.0.post0
# elasticsearch-dsl
python-slugify==8.0.4
# via -r requirements/prod.in
pytz==2024.1
pytz==2024.2
# via -r requirements/prod.in
referencing==0.32.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ python-dateutil==2.9.0.post0
# freezegun
python-slugify==8.0.4
# via -r requirements/prod.txt
pytz==2024.1
pytz==2024.2
# via -r requirements/prod.txt
referencing==0.32.1
# via
Expand Down

0 comments on commit d9e2bad

Please sign in to comment.