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

Re-run the updater script after upstream removal of future #14265

Merged
merged 2 commits into from
Aug 29, 2023
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
19 changes: 0 additions & 19 deletions licenses/future.txt

This file was deleted.

2 changes: 0 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ frozenlist==1.3.3
# via
# aiohttp
# aiosignal
future==0.18.3
# via django-radius
gitdb==4.0.10
# via gitpython
gitpython==3.1.30
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements_git.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
git+https://github.com/ansible/system-certifi.git@devel#egg=certifi
# Remove pbr from requirements.in when moving ansible-runner to requirements.in
git+https://github.com/ansible/ansible-runner.git@devel#egg=ansible-runner
# django-radius has an aggressive pin of future==0.16.0, see https://github.com/robgolding/django-radius/pull/25
# There is a PR against django-radius that would fix this: https://github.com/robgolding/django-radius/pull/27
# django-radius library has not released since several dependency fixes were made
# specifically need https://github.com/robgolding/django-radius/pull/27
git+https://github.com/ansible/django-radius.git@develop#egg=django-radius
git+https://github.com/ansible/python3-saml.git@devel#egg=python3-saml
Loading