Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LSO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
LSO
Merge requests
!47
pin version numbers in requirements.txt
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
pin version numbers in requirements.txt
feature/pin-requirements
into
develop
Overview
3
Commits
1
Pipelines
3
Changes
1
All threads resolved!
Show all comments
Merged
Karel van Klink
requested to merge
feature/pin-requirements
into
develop
1 year ago
Overview
3
Commits
1
Pipelines
3
Changes
1
All threads resolved!
Show all comments
Expand
0
0
Merge request reports
Compare
develop
version 2
10806245
1 year ago
version 1
74eefdf5
1 year ago
develop (base)
and
latest version
latest version
33064fb7
1 commit,
1 year ago
version 2
10806245
1 commit,
1 year ago
version 1
74eefdf5
1 commit,
1 year ago
1 file
+
10
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
requirements.txt
+
10
−
10
Options
@@ -22,14 +22,14 @@ jmespath~=1.0.1
pytest
~=7.4.0
Faker
~=19.3.1
responses
~=0.23.1
sphinx
sphinx-rtd-theme
sphinx
~=6.2.1
sphinx-rtd-theme
~=1.2.2
requests
~=2.31.0
docutils
isort
black
flake8
mypy
ruff
types-setuptools
types-requests
docutils
~=0.18.1
isort
~=5.12.0
black
~=23.3.0
flake8
~=6.0.0
mypy
~=1.4.1
ruff
~=0.0.277
types-setuptools
~=68.0.0.1
types-requests
~=2.31.0.1
Loading