Skip to content

Bump pytz dependency version#186

Open
twaugh wants to merge 1 commit into
rbw:masterfrom
twaugh:bump-pytz
Open

Bump pytz dependency version#186
twaugh wants to merge 1 commit into
rbw:masterfrom
twaugh:bump-pytz

Conversation

@twaugh

@twaugh twaugh commented Apr 12, 2022

Copy link
Copy Markdown

The pyproject.toml file specifies "^2019.3" as the version, but pytz does not use semantic versioning. "^1.2.3" allows versions ">=1.2.3 <2.0.0", so for pytz that means ">=2019.3 <2020".

Instead of pinning to releases from a specific year, specify that version as a minimum version instead.

The pyproject.toml file specifies "^2019.3" as the version, but
pytz does not use semantic versioning. "^1.2.3" allows versions
">=1.2.3 <2.0.0", so for pytz that means ">=2019.3 <2020".

Instead of pinning to releases from a specific year, specify
that version as a minimum version instead.

Signed-off-by: Tim Waugh <twaugh@redhat.com>
@twaugh twaugh mentioned this pull request Apr 12, 2022
@ubajze

ubajze commented Apr 26, 2022

Copy link
Copy Markdown

Any idea when this PR will be merged?

@matt852

matt852 commented Jun 8, 2022

Copy link
Copy Markdown

@rbw bump please

@failedguidedog

Copy link
Copy Markdown

+1

2 similar comments
@jonn26

jonn26 commented Aug 15, 2022

Copy link
Copy Markdown

+1

@Mariushrek

Copy link
Copy Markdown

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants