Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.
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
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ pytest-mock==3.10.0
pytest-selenium==2.0.1
pip-tools>=6.13.0
selenium==4.2.0
webdriver-manager==3.7.0
webdriver-manager==4.0.1
9 changes: 5 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ cachetools==5.3.0
# via
# -r requirements.txt
# flipper-client
certifi==2022.6.15
certifi==2023.7.22
# via
# -r requirements.txt
# requests
Expand Down Expand Up @@ -175,7 +175,7 @@ funding-service-design-utils==2.0.26
# via -r requirements.txt
gitdb==4.0.9
# via gitpython
gitpython==3.1.27
gitpython==3.1.37
# via bandit
govuk-frontend-jinja==2.3.0
# via -r requirements.txt
Expand Down Expand Up @@ -267,6 +267,7 @@ packaging==21.3
# connexion
# dparse
# pytest
# webdriver-manager
pathspec==0.9.0
# via black
pbr==5.9.0
Expand Down Expand Up @@ -480,7 +481,7 @@ trio==0.21.0
# trio-websocket
trio-websocket==0.9.2
# via selenium
urllib3[secure,socks]==1.26.12
urllib3[secure,socks]==1.26.18
# via
# -r requirements.txt
# botocore
Expand All @@ -495,7 +496,7 @@ webassets==2.0
# via
# -r requirements.txt
# flask-assets
webdriver-manager==3.7.0
webdriver-manager==4.0.1
# via -r requirements-dev.in
werkzeug==2.2.3
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cachelib==0.9.0
# via flask-session
cachetools==5.3.0
# via flipper-client
certifi==2022.6.15
certifi==2023.7.22
# via
# requests
# sentry-sdk
Expand Down Expand Up @@ -242,7 +242,7 @@ swagger-ui-bundle==0.0.9
# via -r requirements.in
thrift==0.16.0
# via flipper-client
urllib3==1.26.12
urllib3==1.26.18
# via
# botocore
# requests
Expand Down