Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pin delle versioni di oidc #137

Merged
merged 4 commits into from
Apr 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## YYYYMMDD-VV
- pin delle versioni di oidc, precedentemente pinnate sulle singole installazioni che lo usano
- pas.plugins.jwt 1.0a4 -> 1.0.2
- gestione ruolo Citizen [mamico]
- aggiuntoa gestione chiave asimmetrica [mamico]
Expand Down
13 changes: 13 additions & 0 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,19 @@ collective.recipe.template = 2.2
collective.recipe.cmd = 0.11
click = 8.1.7

# oidc
pas.plugins.oidc = 2.0.0b4
oic = 1.7.0
pydantic-settings = 2.6.1
pydantic = 2.10.2
typing-extensions = 4.12.2
annotated-types = 0.7.0
defusedxml = 0.7.1
Beaker = 1.11.0
Mako = 1.1.5
pyjwkest = 1.4.2
pycryptodomex = 3.11.0

# do not fix these (?)
setuptools=
zc.buildout=
Loading