Skip to content

Commit c1e5366

Browse files
Bump validators from 0.28.3 to 0.29.0 (#2382)
Bumps [validators](https://github.com/python-validators/validators) from 0.28.3 to 0.29.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.28.3...0.29.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>
1 parent bb0df96 commit c1e5366

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pyproj==3.6.1
33
shapely==2.0.4
44
regex==2024.5.15
5-
validators==0.28.3
5+
validators==0.29.0
66

77
# Common
88
colorlog==6.8.2
@@ -17,7 +17,7 @@ certifi>=2022.12.07
1717
mercantile==1.2.1
1818
requests==2.32.3
1919
urllib3==2.2.2
20-
validators==0.28.3
20+
validators==0.29.0
2121
#jsonschema
2222
#shapely
2323

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ urllib3==2.2.2
9494
# via
9595
# -r requirements.in
9696
# requests
97-
validators==0.28.3
97+
validators==0.29.0
9898
# via -r requirements.in
9999
yarl==1.7.2
100100
# via aiohttp

0 commit comments

Comments
 (0)