Skip to content

Commit 767a8ad

Browse files
dependabot[bot]echarrod
authored andcommitted
Bump pytz from 2021.1 to 2021.3
Bumps [pytz](https://github.com/stub42/pytz) from 2021.1 to 2021.3. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](stub42/pytz@release_2021.1...release_2021.3) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a0887d8 commit 767a8ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pbr==1.10.0
77
protobuf==3.19.0
88
pyopenssl==19.1.0
99
PyYAML==5.2 # PyYAML 5.3 does not support Python 3.4
10-
pytz==2021.1
10+
pytz==2021.3
1111
requests>=2.20.0
1212
urllib3>=1.24.3
1313
deprecated==1.2.13

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pycparser==2.18
3636
# via cffi
3737
pyopenssl==19.1.0
3838
# via -r requirements.in
39-
pytz==2021.1
39+
pytz==2021.3
4040
# via -r requirements.in
4141
pyyaml==5.2
4242
# via -r requirements.in

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"asn1==2.2.0",
2727
"pyopenssl>=18.0.0",
2828
"iso8601==0.1.16",
29-
"pytz==2021.1",
29+
"pytz==2021.3",
3030
],
3131
extras_require={
3232
"examples": [

0 commit comments

Comments
 (0)