Skip to content

Commit

Permalink
Bump validators from 0.24.0 to 0.28.0 (#2274)
Browse files Browse the repository at this point in the history
Bumps [validators](https://github.com/python-validators/validators) from 0.24.0 to 0.28.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.24.0...0.28.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 9, 2024
1 parent 132eb49 commit 8a3bb25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.in
Expand Up @@ -2,7 +2,7 @@
pyproj==3.6.1
shapely==2.0.3
regex==2023.12.25
validators==0.24.0
validators==0.28.0

# Common
colorlog==6.8.2
Expand All @@ -17,7 +17,7 @@ certifi>=2022.12.07
mercantile==1.2.1
requests==2.31.0
urllib3==2.2.1
validators==0.24.0
validators==0.28.0
#jsonschema
#shapely

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -94,7 +94,7 @@ urllib3==2.2.1
# via
# -r requirements.in
# requests
validators==0.24.0
validators==0.28.0
# via -r requirements.in
yarl==1.7.2
# via aiohttp

0 comments on commit 8a3bb25

Please sign in to comment.