Skip to content

Commit

Permalink
Bump validators from 0.33.0 to 0.34.0
Browse files Browse the repository at this point in the history
Bumps [validators](https://github.com/python-validators/validators) from 0.33.0 to 0.34.0.
- [Release notes](https://github.com/python-validators/validators/releases)
- [Changelog](https://github.com/python-validators/validators/blob/master/CHANGES.md)
- [Commits](python-validators/validators@0.33.0...0.34.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent 27e6742 commit 4ad9e94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-devel.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests==2.32.3
httpx==0.25.2
validators==0.33.0
validators==0.34.0
authlib==1.3.1
grpcio==1.62.2
grpcio-tools==1.62.2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ include_package_data = True
install_requires =
requests>=2.30.0,<3.0.0
httpx>=0.25.0,<=0.27.0
validators==0.33.0
validators==0.34.0
authlib>=1.2.1,<2.0.0
pydantic>=2.5.0,<3.0.0
grpcio>=1.57.0,<2.0.0
Expand Down

0 comments on commit 4ad9e94

Please sign in to comment.