Skip to content

Commit

Permalink
Bump validators from 0.20.0 to 0.21.2
Browse files Browse the repository at this point in the history
Bumps [validators](https://github.com/python-validators/validators) from 0.20.0 to 0.21.2.
- [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.20.0...0.21.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and cicku committed Aug 20, 2023
1 parent 7a370a9 commit cd701af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pyproj==3.6.0
shapely==2.0.1
regex==2023.8.8
validators==0.20.0
validators==0.21.2

# Common
colorlog==6.7.0
Expand All @@ -17,7 +17,7 @@ certifi>=2022.12.07
mercantile==1.2.1
requests==2.31.0
urllib3==2.0.4
validators==0.20.0
validators==0.21.2
#jsonschema
#shapely

Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ click==8.0.3
# via mercantile
colorlog==6.7.0
# via -r requirements.in
decorator==5.1.0
# via validators
frozenlist==1.2.0
# via
# aiohttp
Expand Down Expand Up @@ -98,7 +96,7 @@ urllib3==2.0.4
# via
# -r requirements.in
# requests
validators==0.20.0
validators==0.21.2
# via -r requirements.in
yarl==1.7.2
# via aiohttp

0 comments on commit cd701af

Please sign in to comment.