Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 29, 2024
1 parent 79ead90 commit b822cbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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.1
shapely==2.0.3
regex==2023.12.25
validators==0.22.0
validators==0.24.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.22.0
validators==0.24.0
#jsonschema
#shapely

Expand Down
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ aiodns==3.0.0
aiofiles==23.2.1
# via -r requirements.in
aiohttp[speedups]==3.9.3
# via
# -r requirements.in
# aiohttp
# via -r requirements.in
aiosignal==1.2.0
# via aiohttp
async-timeout==4.0.2
Expand Down Expand Up @@ -96,7 +94,7 @@ urllib3==2.2.1
# via
# -r requirements.in
# requests
validators==0.22.0
validators==0.24.0
# via -r requirements.in
yarl==1.7.2
# via aiohttp

0 comments on commit b822cbd

Please sign in to comment.