diff --git a/.changes/unreleased/Dependencies-20230423-215745.yaml b/.changes/unreleased/Dependencies-20230423-215745.yaml new file mode 100644 index 000000000..a6f733f7c --- /dev/null +++ b/.changes/unreleased/Dependencies-20230423-215745.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pytz requirement from ~=2023.2 to ~=2023.3" +time: 2023-04-23T21:57:45.00000Z +custom: + Author: dependabot[bot] + PR: 702 diff --git a/dev-requirements.txt b/dev-requirements.txt index b4035b5aa..d37b24851 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -23,7 +23,7 @@ pytest-csv~=3.0 pytest-dotenv~=0.5.2 pytest-logbook~=1.2 pytest-xdist~=3.2 -pytz~=2023.2 +pytz~=2023.3 tox~=3.0;python_version=="3.7" tox~=4.4;python_version>="3.8" types-pytz~=2023.3