pgadmin4/web/regression/requirements.txt
dependabot[bot] fb91ec1b75
Python dependency: Bump fixtures from 3.0.0 to 4.0.1 in /web/regression
Bumps [fixtures](https://github.com/testing-cabal/fixtures) from 3.0.0 to 4.0.1.
- [Release notes](https://github.com/testing-cabal/fixtures/releases)
- [Changelog](https://github.com/testing-cabal/fixtures/blob/master/NEWS)
- [Commits](https://github.com/testing-cabal/fixtures/compare/3.0.0...4.0.1)

---
updated-dependencies:
- dependency-name: fixtures
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-29 16:57:52 +05:30

30 lines
813 B
Plaintext

###############################################################################
#
# IMPORTANT:
#
# If runtime or build time dependencies are changed in this file, the committer
# *must* ensure the DEB and RPM package maintainers are informed as soon as
# possible.
#
###############################################################################
#####################################
# Include all the common dependencies
#####################################
-r ../../requirements.txt
###########################################
# Add all the development dependencies here
###########################################
extras==1.0.0
fixtures==4.0.1
linecache2==1.0.0
pbr==3.1.1
pycodestyle>=2.5.0
python-mimeparse==1.6.0
testscenarios==0.5.0
testtools==2.5.0
traceback2==1.4.0
selenium==4.0.0a6
coverage==5.0.1